home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / grep16.zip / README.DOC < prev    next >
Text File  |  1993-02-25  |  406b  |  15 lines

  1. I added the cpp[i] = 0 patch in dfa.c and added these two lines to grep.c:
  2. #include <io.h>
  3. #undef eof
  4.  
  5. I use the standard NT makefile template, define STDC_HEADERS, link with
  6. setargv, and it compiles and runs.
  7.  
  8. I converted the man page.
  9.  
  10. The exes that are included are for the MIPS processor.
  11.  
  12. I believe in the fewer the changes the better.
  13.  
  14. NT port by Michael Caldwell (mcaldwel@netcom.com)
  15.